client.h | client.h | |||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
#include "lscp/socket.h" | #include "lscp/socket.h" | |||
#include "lscp/event.h" | #include "lscp/event.h" | |||
#if defined(__cplusplus) | #if defined(__cplusplus) | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
//------------------------------------------------------------------------- | //------------------------------------------------------------------------- | |||
// MIDI channel omni mode. | // MIDI channel omni mode. | |||
#define LSCP_MIDI_CHANNEL_ALL 0 | #define LSCP_MIDI_CHANNEL_ALL 16 | |||
//------------------------------------------------------------------------- | //------------------------------------------------------------------------- | |||
// Client data structures. | // Client data structures. | |||
/** Engine info cache struct. */ | /** Engine info cache struct. */ | |||
typedef struct _lscp_engine_info_t | typedef struct _lscp_engine_info_t | |||
{ | { | |||
char * description; | char * description; | |||
char * version; | char * version; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
version.h | version.h | |||
---|---|---|---|---|
skipping to change at line 27 | skipping to change at line 27 | |||
You should have received a copy of the GNU Lesser General Public | You should have received a copy of the GNU Lesser General Public | |||
License along with this library; if not, write to the Free Software | License along with this library; if not, write to the Free Software | |||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
*************************************************************************** **/ | *************************************************************************** **/ | |||
#ifndef __LSCP_VERSION_H | #ifndef __LSCP_VERSION_H | |||
#define __LSCP_VERSION_H | #define __LSCP_VERSION_H | |||
#define LSCP_PACKAGE "liblscp" | #define LSCP_PACKAGE "liblscp" | |||
#define LSCP_VERSION "0.2.3" | #define LSCP_VERSION "0.2.4" | |||
#endif // __LSCP_VERSION_H | #endif // __LSCP_VERSION_H | |||
// end of version.h | // end of version.h | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||