client.h   client.h 
skipping to change at line 281 skipping to change at line 281
lscp_status_t lscp_map_midi_instrument (lscp_client_t *pCl ient, lscp_midi_instrument_t *pMidiInstr, const char *pszEngineName, const char *pszFileName, int iInstrIndex, float fVolume, lscp_load_mode_t load_mo de, const char *pszName); lscp_status_t lscp_map_midi_instrument (lscp_client_t *pCl ient, lscp_midi_instrument_t *pMidiInstr, const char *pszEngineName, const char *pszFileName, int iInstrIndex, float fVolume, lscp_load_mode_t load_mo de, const char *pszName);
lscp_status_t lscp_unmap_midi_instrument (lscp_client_t *pCl ient, lscp_midi_instrument_t *pMidiInstr); lscp_status_t lscp_unmap_midi_instrument (lscp_client_t *pCl ient, lscp_midi_instrument_t *pMidiInstr);
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.
lscp_status_t lscp_edit_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. 
0 lines changed or deleted 6 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.3" #define LSCP_VERSION "0.5.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

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/