client.h | client.h | |||
---|---|---|---|---|
skipping to change at line 284 | skipping to change at line 284 | |||
int lscp_get_midi_instruments (lscp_client_t *pCl ient, int iMidiMap); | int lscp_get_midi_instruments (lscp_client_t *pCl ient, int iMidiMap); | |||
lscp_midi_instrument_t *lscp_list_midi_instruments (lscp_client_t *pCl ient, int iMidiMap); | lscp_midi_instrument_t *lscp_list_midi_instruments (lscp_client_t *pCl ient, int iMidiMap); | |||
lscp_midi_instrument_info_t *lscp_get_midi_instrument_info(lscp_client_t *p Client, lscp_midi_instrument_t *pMidiInstr); | lscp_midi_instrument_info_t *lscp_get_midi_instrument_info(lscp_client_t *p Client, lscp_midi_instrument_t *pMidiInstr); | |||
lscp_status_t lscp_clear_midi_instruments (lscp_client_t *pCl ient, int iMidiMap); | lscp_status_t lscp_clear_midi_instruments (lscp_client_t *pCl ient, int iMidiMap); | |||
//------------------------------------------------------------------------- | //------------------------------------------------------------------------- | |||
// Instrument editor functions. | // Instrument editor functions. | |||
lscp_status_t lscp_edit_instrument (lscp_client_t *pCl ient, int iSamplerChannel); | lscp_status_t lscp_edit_channel_instrument (lscp_client_t *pCl ient, int iSamplerChannel); | |||
#if defined(__cplusplus) | #if defined(__cplusplus) | |||
} | } | |||
#endif | #endif | |||
#endif // __LSCP_CLIENT_H | #endif // __LSCP_CLIENT_H | |||
// end of client.h | // end of client.h | |||
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 General Public License along | You should have received a copy of the GNU General Public License along | |||
with this program; if not, write to the Free Software Foundation, Inc., | with this program; if not, write to the Free Software Foundation, Inc., | |||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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.5.4" | #define LSCP_VERSION "0.5.5" | |||
#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 | |||