device.h | device.h | |||
---|---|---|---|---|
skipping to change at line 143 | skipping to change at line 143 | |||
int lscp_get_midi_devices (lscp_client_t *pCl ient); | int lscp_get_midi_devices (lscp_client_t *pCl ient); | |||
int * lscp_list_midi_devices (lscp_client_t *pCl ient); | int * lscp_list_midi_devices (lscp_client_t *pCl ient); | |||
lscp_device_info_t * lscp_get_midi_device_info (lscp_client_t *pCl ient, int iMidiDevice); | lscp_device_info_t * lscp_get_midi_device_info (lscp_client_t *pCl ient, int iMidiDevice); | |||
lscp_status_t lscp_set_midi_device_param (lscp_client_t *pCl ient, int iMidiDevice, lscp_param_t *pParam); | lscp_status_t lscp_set_midi_device_param (lscp_client_t *pCl ient, int iMidiDevice, lscp_param_t *pParam); | |||
lscp_device_port_info_t *lscp_get_midi_port_info (lscp_client_t *pCl ient, int iMidiDevice, int iMidiPort); | lscp_device_port_info_t *lscp_get_midi_port_info (lscp_client_t *pCl ient, int iMidiDevice, int iMidiPort); | |||
lscp_param_info_t * lscp_get_midi_port_param_info (lscp_client_t *pCl ient, int iMidiDevice, int iMidiPort, const char *pszParam); | lscp_param_info_t * lscp_get_midi_port_param_info (lscp_client_t *pCl ient, int iMidiDevice, int iMidiPort, const char *pszParam); | |||
lscp_status_t lscp_set_midi_port_param (lscp_client_t *pCl ient, int iMidiDevice, int iMidiPort, lscp_param_t *pParam); | lscp_status_t lscp_set_midi_port_param (lscp_client_t *pCl ient, int iMidiDevice, int iMidiPort, lscp_param_t *pParam); | |||
//------------------------------------------------------------------------- | ||||
// Generic parameter list functions. | ||||
const char * lscp_get_param_value (lscp_param_t *pPar | ||||
ams, const char *pszParam); | ||||
#if defined(__cplusplus) | #if defined(__cplusplus) | |||
} | } | |||
#endif | #endif | |||
#endif // __LSCP_DEVICE_H | #endif // __LSCP_DEVICE_H | |||
// end of device.h | // end of device.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 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.0" | #define LSCP_VERSION "0.2.1" | |||
#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 | |||