--- liblscp/trunk/lscp/client.h 2004/07/29 09:22:02 213 +++ liblscp/trunk/lscp/client.h 2005/02/13 17:20:46 378 @@ -2,7 +2,7 @@ // /**************************************************************************** liblscp - LinuxSampler Control Protocol API - Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -30,6 +30,11 @@ extern "C" { #endif +//------------------------------------------------------------------------- +// MIDI channel omni mode. + +#define LSCP_MIDI_CHANNEL_ALL 16 + //------------------------------------------------------------------------- // Client data structures. @@ -52,6 +57,7 @@ char ** audio_routing; char * instrument_file; int instrument_nr; + char * instrument_name; int instrument_status; int midi_device; int midi_port; @@ -162,7 +168,6 @@ lscp_status_t lscp_reset_sampler (lscp_client_t *pClient); - #if defined(__cplusplus) } #endif