update instpatch to 1.1.6

This commit is contained in:
alexey.lysiuk 2021-01-24 11:46:44 +02:00
parent 45cf6ee515
commit 3e6cdc361c
4 changed files with 7 additions and 3 deletions

View file

@ -136,7 +136,11 @@ struct _IpatchSLIInstCatMapEntry
/* Defined in IpatchSLIInst_CatMaps.c */
extern const char *ipatch_sli_inst_cat_strings[];
/* getter fonction that returns pointer on ipatch_sli_inst_cat_strings table */
extern const gchar **ipatch_sli_inst_get_cat_strings(void);
extern const IpatchSLIInstCatMapEntry ipatch_sli_inst_cat_map[];
/* getter fonction that returns pointer on ipatch_sli_inst_cat_map table */
extern const IpatchSLIInstCatMapEntry * ipatch_sli_inst_get_cat_map(void);
/* SoundFont instrument item */
struct _IpatchSLIInst

View file

@ -26,7 +26,7 @@
* IPATCH_VERSION: (skip)
* libInstPatch version static string.
*/
#define IPATCH_VERSION "1.1.5"
#define IPATCH_VERSION "1.1.6"
/**
* IPATCH_VERSION_MAJOR: (skip)
@ -44,7 +44,7 @@
* IPATCH_VERSION_MICRO: (skip)
* libInstPatch micro version integer.
*/
#define IPATCH_VERSION_MICRO 5
#define IPATCH_VERSION_MICRO 6
void ipatch_version (guint *major, guint *minor, guint *micro);

Binary file not shown.

View file

@ -5,7 +5,7 @@ includedir=${prefix}/include/libinstpatch-2
Name: libInstPatch
Description: MIDI instrument patch library
Version: 1.1.5
Version: 1.1.6
Requires: glib-2.0 gobject-2.0 gthread-2.0 sndfile
Libs: -L${libdir} -linstpatch-1.0
Cflags: -I${includedir}