| 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 | |
|